home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00072.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  140 b   |  9 lines

  1. on exitFrame
  2.   global poslist
  3.   set poslist to []
  4.   repeat with xxx = 7 to 14
  5.     add(poslist, sgetpos(xxx))
  6.   end repeat
  7.   put poslist
  8. end
  9.